[pre-commit.ci] pre-commit autoupdate#512
Conversation
2b15bc4 to
5365887
Compare
.pre-commit-config.yaml
Outdated
| args: [--disable, MD013] | ||
| - repo: https://github.com/pdm-project/pdm | ||
| rev: 2.16.1 | ||
| rev: 2.17.1 |
There was a problem hiding this comment.
@gaya3-zipstack @hari-kuriakose we should update to the latest PDM version in all our dev envs and Dockerfiles as well. If not we can downgrade this to 2.16.1 itself
There was a problem hiding this comment.
Yeah asked the same qn to @hari-kuriakose
His reply:
PDM version needs to be uniform everywhere.
In that case let's skip this PR for now. Not urgent.
Sometimes the pre-commit agent might even auto correct itself.
e3c3421 to
7edda0d
Compare
7edda0d to
5652c79
Compare
5652c79 to
02199b1
Compare
02199b1 to
e98d114
Compare
e98d114 to
436bc07
Compare
ac3bb6e to
0669a34
Compare
0669a34 to
99a35bf
Compare
4fd246b to
6df2724
Compare
6df2724 to
7db5b39
Compare
7db5b39 to
d08a1bd
Compare
d08a1bd to
052ecf0
Compare
d2526fb to
1c093d0
Compare
1c093d0 to
cc1e52e
Compare
|
9d915dd to
1f45cad
Compare
1f45cad to
7dac456
Compare
7dac456 to
1c0959b
Compare
7a66250 to
6d23ab7
Compare
0816414 to
9551558
Compare
52a48f5 to
4c44750
Compare
2eb1ade to
c33297a
Compare
e77db58 to
6f79af0
Compare
8072527 to
6180802
Compare
365b27f to
0d0138c
Compare
|
|
1f50bfc to
101cac2
Compare
e483f8b to
4b5ba46
Compare
5d4d2c9 to
3f397cd
Compare
75e9d85 to
f2b8e40
Compare
1cfe814 to
792bd94
Compare
7d6fb72 to
8bdca28
Compare
fc25b34 to
a68da8c
Compare
94db819 to
892af7d
Compare
22fca84 to
7abbf42
Compare
|
| Filename | Overview |
|---|---|
| .pre-commit-config.yaml | Version bumps across 6 hooks; the large ruff jump (v0.3.4→v0.15.8) will expose stale rule references in pyproject.toml (ANN101/ANN102 removed, TCH→TC rename) that haven't been updated alongside this PR. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
commit["git commit"] --> pch["pre-commit-hooks v6.0.0\n(trailing-whitespace, check-yaml,\ncheck-ast, detect-private-key, ...)"]
pch --> ruff["ruff v0.15.8\n(lint + format)"]
ruff --> pycln["pycln v2.6.0\n(unused import removal)"]
pycln --> pyup["pyupgrade v3.21.2\n(--py39-plus)"]
pyup --> biome["biome-check (local)\n(JS/TS/JSON)"]
biome --> mdlint["markdownlint-cli v0.48.0\n(--disable MD013)"]
mdlint --> gitleaks["gitleaks v8.30.0\n(secret detection)"]
gitleaks --> htmlhint["htmlhint v1.1.2"]
htmlhint --> hadolint["hadolint-docker v2.14.0\n(Dockerfile linting)"]
hadolint --> ok["✅ Commit allowed"]
ruff -. "⚠️ stale rule warnings\n(ANN101/ANN102 removed,\nTCH→TC rename)" .-> pyproject["pyproject.toml\n[tool.ruff.lint]"]
Reviews (4): Last reviewed commit: "[pre-commit.ci] auto fixes from pre-comm..." | Re-trigger Greptile
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.15.8](astral-sh/ruff-pre-commit@v0.3.4...v0.15.8) - [github.com/asottile/pyupgrade: v3.17.0 → v3.21.2](asottile/pyupgrade@v3.17.0...v3.21.2) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.42.0...v0.48.0) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.30.0](gitleaks/gitleaks@v8.18.2...v8.30.0) - [github.com/hadolint/hadolint: v2.12.1-beta → v2.14.0](hadolint/hadolint@v2.12.1-beta...v2.14.0)
for more information, see https://pre-commit.ci
Test ResultsSummary
Runner Tests - Full Report
SDK1 Tests - Full Report
|
|



updates: